QuickOPC User's Guide and Reference
StreamLoader<TValue> Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IO Namespace : StreamLoader<TValue> Class
The type of value to be loaded.
Uses a stream to load a value from various sources.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<GuidAttribute("6F8F64C0-09BF-47CB-BFD8-D757EF49AA5F")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Class StreamLoader(Of TValue) 
   Implements OpcLabs.BaseLib.IO.ComTypes._StreamLoader 
'Usage
 
Dim instance As StreamLoader(Of TValue)
[CLSCompliant(true)]
[ComVisible(false)]
[Guid("6F8F64C0-09BF-47CB-BFD8-D757EF49AA5F")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class StreamLoader<TValue> : OpcLabs.BaseLib.IO.ComTypes._StreamLoader  
[CLSCompliant(true)]
[ComVisible(false)]
[Guid("6F8F64C0-09BF-47CB-BFD8-D757EF49AA5F")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
generic<typename TValue>
public ref class StreamLoader : public OpcLabs.BaseLib.IO.ComTypes._StreamLoader  
Type Parameters
TValue
The type of value to be loaded.
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.IO.StreamLoader<TValue>

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also